Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / C1ObservableKeyedCollection<TKey,TItem> Class / Items Property

In This Topic
    Items Property (C1ObservableKeyedCollection<TKey,TItem>)
    In This Topic
    Syntax
    'Declaration
     
    Protected ReadOnly Property Items As System.Collections.Generic.IList(Of T)
    protected System.Collections.Generic.IList<T> Items {get;}
    See Also